Description
Set the current running step as context variable. The comments from the task can be mapped to originating step.
Operation id | Document.Routing.SetRunningStepFromTask |
Category | Routing |
Label | Set Current Step from Task |
Requires | |
Since | |
Parameters
Signature
Implementation Information
JSON Definition
{
"id" : "Document.Routing.SetRunningStepFromTask",
"label" : "Set Current Step from Task",
"category" : "Routing",
"requires" : null,
"description" : "Set the current running step as <document.routing.step> context variable. The comments from the task can be mapped to originating step.",
"url" : "Document.Routing.SetRunningStepFromTask",
"signature" : [ "void", "void" ],
"params" : [ {
"name" : "mappingComments",
"description" : null,
"type" : "boolean",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}